home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
lotus
/
lotus031.dsk
/
265.LSS
< prev
next >
Wrap
Text File
|
1995-08-09
|
3KB
|
139 lines
Use "av_mod"
Sub Initialize
ClientMainWinClass = "FLWApp"
ClientID = AN_AVERY
ClientModName = "av_mod"
ClientLotusAppID = "FLW"
ShowMeModName = "265"
AnimVersionNum = .58
NumFramesThisAnim = 20
AnimationType = "QuickDemo"
SampleFile = "objalign.prz"
AnimName = GetString( "2650000", IResult% )
End Sub
Public Sub ShowMe (theNextStep As Integer)
GetCursorPos TempPos
CursorPosForStep(theNextStep) = TempPos
Select Case theNextStep
Case 1
StepsText = GetString( "2651001", IResult% )
X = DoWhereIs (GUTTER_CONTROL,"",NEW_PAGE_BUTTON,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 2
StepsText = GetString( "2651002", IResult% )
X = DoWhereIs (DIALOG_CONTROL,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
SendCtrlKeys "{HOME}", 100
Exit Sub
Case 3
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 4
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 5
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 6
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 7
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 8
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 9
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 10
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 11
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 12
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 13
X = DoWhereIs (DIALOG_CONTROL,"",1,0,0,0,ClientID)
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 14
StepsText = GetString( "2651003", IResult% )
X = DoWhereIs (DRAW_OBJ,"",PAGE_BKGND,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .6, NorthEast
HideTextBubble
MoveToObjRel 50 , 60
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 15
StepsText = GetString( "2651004", IResult% )
X = DoWhereIs (DIALOG_CONTROL,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 16
StepsText = GetString( "2651005", IResult% )
X = DoWhereIs (DRAW_OBJ,"",PAGE_BKGND,0,0,0,ClientID)
ShowTextBubble StepsText, .3, .3, NorthEast
HideTextBubble
SendCtrlKeys "{TAB}", 100
Exit Sub
Case 17
SendCtrlKeys "{HOME}", 100
Exit Sub
Case 18
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 19
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 20
StepsText = GetString( "2651006", IResult% )
X = DoWhereIs (DIALOG_CONTROL,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
End Select
End Sub